projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
686573f
)
(ignore): Allow interactive call.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 7 May 1994 22:48:29 +0000
(22:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 7 May 1994 22:48:29 +0000
(22:48 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 8322386fd6d85539736a71bfc95b98d1052ab530..7e6a6c2d7aefd052ce60148bb9cf4793b43fa7f6 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-661,6
+661,7
@@
If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
;;;; Miscellanea.
(defun ignore (&rest ignore)
+ (interactive)
"Do nothing.
Accept any number of arguments, but ignore them."
nil)